GetChars(Int32,Int64,Char[],Int32,Int32) Method
In This Topic
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
Syntax
|
|---|
'Declaration
Public Overloads Overrides Function GetChars( _
ByVal As Integer, _
ByVal As Long, _
ByVal () As Char, _
ByVal As Integer, _
ByVal As Integer _
) As Long |
Parameters
- ordinal
- The zero-based column ordinal.
- fieldOffset
- The index within the row where the read operation is to begin.
- buffer
- The buffer into which to copy data.
- bufferOffset
- The index where buffer is to begin the write operation.
- length
- The maximum number of characters to read.
Return Value
The actual number of characters read.
See Also